home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 3dcd / Animraw.dir / 00301_1Down.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  212 b   |  10 lines

  1. on mouseDown
  2.   global currentmovie, currentframe, gInterview
  3.   gInterview = 0
  4.   currentmovie = "ShrineIntro"
  5.   currentframe = the frame
  6.   sound fadeOut 36, 60
  7.   puppetTransition(9, 2, 40)
  8.   go(label("Mon1"))
  9. end
  10.